Toolbar
The toolbar of "moreHTML" is freely configurable. Have a closer look
to the file config/morehtml.toolbar.config. It contains the
description of each button and free space:
TEXT "Back" KEY b COMMAND "BACK" IMAGE progdir:images/def_back HELP "Go to previous page"
TEXT "Forward" KEY f COMMAND "FORWARD" IMAGE progdir:images/def_forward HELP "Go to following page"
TEXT "Reload" KEY r COMMAND "RELOAD" IMAGE progdir:images/def_reload HELP "Reload current page"
SPACE
TEXT "Find" KEY f COMMAND "FIND" IMAGE progdir:images/def_search HELP "Find text in current page"
SPACE
TEXT "Open" KEY o COMMAND "OPEN" IMAGE progdir:images/def_open HELP "Open local document"
TEXT "Save" KEY s COMMAND "SAVE" IMAGE progdir:images/def_save HELP "Save document source"
TEXT "Print" KEY p COMMAND "PRINT" IMAGE progdir:images/def_print HELP "Print current page"
TEXT "View" KEY v COMMAND "VIEW" IMAGE progdir:images/def_view HELP "View documents source"
TEXT "Edit" KEY e COMMAND "EDIT" IMAGE progdir:images/def_edit HELP "Edit documents source"
The lines will internaly read by the ReadArgs() command of the dos
library. The arguments are as follows:
- SPACE/S
-
Inserts a free space between two buttons.
- TEXT/K
-
Contains a short note what the button will be used for, e.g. "Back".
- COMMAND/K
-
A command of moreHTMLs ARexx Port to be executed when button is pressed.
- KEY/K
-
A key that may be pressed to activate the buttons functions instead of
using the mousepointer.
- IMAGE/K
-
An image to be displayed. This has to be a picture file of a type
readable by installed datatypes. ILBM or GIF is recommended.
Dirk Holtwick
(dirco@uni-duisburg.de),
08-Sep-1997